removed spurious print statements.
authorJonathan Blandford <jrb@redhat.com>
Wed, 10 Nov 1999 17:30:13 +0000 (17:30 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 10 Nov 1999 17:30:13 +0000 (17:30 +0000)
1999-11-10  Jonathan Blandford  <jrb@redhat.com>

* src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious
print statements.

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c

index b024c7482679c192a64d9192a0b3e29e71f520ea..2d6c396c081ce7ff0c086dada91c0e083a816f64 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-10  Jonathan Blandford  <jrb@redhat.com>
+
+       * src/gdk-pixbuf-io.c (gdk_pixbuf_load_module): removed spurious
+       print statements.
+
 1999-11-10  Federico Mena Quintero  <federico@redhat.com>
 
        * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Added
index 63fdd13152b26bfa6bae8b36feaa2529d74967c1..9557d90370f2a9a1c1dbbb11f1bc22abdf388cb5 100644 (file)
@@ -195,12 +195,9 @@ gdk_pixbuf_load_module (GdkPixbufModule *image_module)
                         g_free (module_name);
                         g_free(path);
                         return;
-                } else {
-                  printf("loaded module `%s'\n", module_name);
                 }
                 g_free(path);
        } else {
-                printf("loaded module `%s'\n", path);
                 g_free (path);
         }